﻿/* Google Fonts Import */


/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Roboto+Slab:400,700');
*/


/* Font definitions */

@font-face {
    font-family: 'Open Sans';
    font-display: 'swap';
    src: url("/Style Library/epcc/fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-display: 'swap';
    src: url("/Style Library/epcc/fonts/OpenSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans';
    font-display: 'swap';
    src: url("/Style Library/epcc/fonts/OpenSans-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Slab';
    font-display: 'swap';
    src: url("/Style Library/epcc/fonts/RobotoSlab-Regular.ttf");
}

@font-face {
    font-family: 'Roboto Slab';
    font-display: 'swap';
    src: url("/Style Library/epcc/fonts/RobotoSlab-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Font Awesome 6 Solid';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/Style Library/epcc/fonts/fa-solid-900.woff2") format("woff2"), url("/Style Library/epcc/fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/Style Library/epcc/fonts/fa-brands-400.woff2") format("woff2"), url("/Style Library/epcc/fonts/fa-brands-400.ttf") format("truetype");
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    margin: 0;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    background-color: #257c7d;
    /*background-color: #fff;*/
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling issues on iOS phones */
}

p {
    word-wrap: normal;
}

video {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.ms-core-listMenu-verticalBox>.ms-core-listMenu-root>li>.ms-core-listMenu-item,
.ms-core-listMenu-verticalBox>.ms-core-listMenu-root>li>.ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
.ms-h3,
.ms-h4 {
    font-family: 'Roboto Slab', serif;
    color: #258184;
}

p.footnote,
span.footnote {
    font-size: 0.7em;
}

#page-column-right p a,
#page-column-right li a,
#page-column-single p a,
#page-column-single li a,
#contact a.location-link{
    color: #0072c6;
    border-bottom: 2px solid rgba(0, 115, 198, 0.1);
    transition: all 0.1s ease 0s;
    border-bottom-style: dotted;
}

#page-column-right p a:hover,
#page-column-right li a:hover,
#page-column-single p a:hover,
#page-column-single li a:hover,
#contact a.location-link:hover{
    border-bottom: 2px solid rgba(0, 114, 198, 0.5);
    text-decoration: none;
}

#page-wrapper {
    position: relative;
    /* transform: translateY(0px);  /* Keeps Navigation visible when SP Ribbon is displayed */
}

.ribbon-toggle {
    position: absolute;
    left: 50%;
    z-index: 5;
    font-size: 1.5em;
    color: #fff;
    padding: .25em;
    margin-left: -1em;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background .2s;
}

.ribbon-toggle:hover {
    background: #7d276f;
}

.row {
    margin: 0 auto;
    max-width: 1500px;
    background-color: transparent;
    box-sizing: border-box;
}

.row.full-width {
    max-width: 100%;
}

#logo-container {
    position: absolute;
    left: 0;
    top: 2.1em;
    background: rgba(38, 123, 122, 0.9);
    z-index: 100;
    width: 160px;
    padding: 20px 20px 5px 20px;
}

#logo-container img {
    width: 100%;
}

#page-header {
    /*display: none;*/
    position: relative;
    text-align: center;
    /*background-color: #999;*/
    /*border-top: 10px solid #258184;*/
    z-index: 0;
}

#page-header.show {
    display: block;
}

#page-header.apple {
    background-attachment: scroll;
}

#page-header.compact {
    text-align: left;
    background-color: #258184;
    border-top: none;
    overflow: hidden;
}

#page-header.compact .row {
    padding-left: 20px;
    transition: padding-left .2s;
}

#page-header.compact a {
    display: block;
    height: 65px;
    width: 130px;
    overflow: hidden;
}

#page-header.compact img {
    height: 65px;
}

.page-header-alert {
    background: #c52828;
    color: #fff;
    padding: 0.5em;
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    text-align: center;
    /* text-shadow: 0px 0px 12px #000; */
    /* letter-spacing: 1px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header-alert a {
    display: inline-block;
    height: auto !important;
    width: auto !important;
    padding: 0.25em 0.75em;
    background: #000;
    color: #fff;
    border-radius: 0.5em;
    box-shadow: 0px 0px 10px -3px rgb(255 255 255 / 74%);
    font-size: .75em;
    margin: 0 2em;
    flex-shrink: 0;
}

#page-main.full-width .page-header-alert {
    z-index: 2;
    font-size: 1em;
}

#page-header-logo-container .page-header-alert {
    margin-bottom: 0.25em;
}

.page-header-alert .alert-message {
    font-size: .75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    flex-shrink: 1;
    overflow: hidden;
}

#page-header-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    filter: blur(10px);
    transition: filter .1s;
}

#page-header-background.image-loaded {
    filter: none;
}

#page-content img.header-background,
#header-background-container img {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    position: fixed;
}

#header-background-container {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

#header-background-container.sticky {}

#header-background-container.sticky img.header-background,
#header-background-container.sticky img {
    display: none;
}

#page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1.0;
    z-index: 1;
    /*background: url(../images/overlay_06.jpg);*/
    /*background-color: #000;*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#page-header-logo-container {
    position: relative;
    height: 0;
    z-index: 2;
}

#page-header-logo {
    width: 250px;
    background: #258184;
    padding: 15px 5px 6px 5px;
    box-sizing: border-box;
}

#page-header-logo img {
    width: 80%;
}

#page-header-logo img.mobile {
    display: none;
}

#page-image-container {
    display: none;
}

#page-image-container img {
    width: 100%;
}

#page-header-text-container {
    position: relative;
    padding: 14em 0;
    width: 50%;
    margin: 0 auto;
    z-index: 1;
}

#page-header-text-container.slim {
    padding: 5.5em 0;
}

#page-title {
    color: #fff;
    font-size: 5.5em;
    line-height: 1.15em;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#page-title-container {
    /*display: none;*/
    margin-bottom: 2em;
}

#page-title-container.show {
    display: block;
    margin-bottom: 2em;
}

#page-title-container #breadcrumb-container {
    font-size: .75em;
    color: #999;
    color: #767676; /* WCAG AA - Text contrast fix */
}

header #breadcrumb-container {
    margin: 5px 0 0 0;
    font-size: 1.5em;
}

header #breadcrumb-container a:hover {
    opacity: 1;
    border-bottom: 4px solid #fff;
    text-decoration: none;
}

header #breadcrumb-container,
header #breadcrumb-container a:link,
header #breadcrumb-container a:visited,
header #breadcrumb-container .breadcrumb-root {
    color: #fff;
}

header #breadcrumb-container .breadcrumb,
header #breadcrumb-container .breadcrumb-root {
    opacity: 0.75;
    transition: .15s all;
    padding-bottom: 3px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}

header .livestream-wrapper,
#videos-section .livestream-wrapper {
    width: 100%;
    position: absolute;
    bottom: 1em;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2;
}

#videos-section .livestream-wrapper {
    font-size: .7em;
    text-align: center;
}

@keyframes livestream-appear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

header .livestream-container,
#videos-section .livestream-container {
    padding: 1em;
    background: rgba(0, 0, 0, 0.6);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    animation: livestream-appear 1s forwards;
}

@keyframes livestream-light {
    from {
        box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 1);
    }

    to {
        box-shadow: 0px 0px 0px 10px rgba(255, 0, 0, 0);
    }
}

header .livestream-indicator,
#videos-section .livestream-indicator {
    background: #F00;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    margin: 0 1em 0 0;
    flex-shrink: 0;
    box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 1);
    animation: livestream-light 2s infinite;
}

header .livestream-title,
#videos-section .livestream-title {
    text-align: left;
    color: #fff;
    text-decoration: none;
}

#page-content {
    position: relative;
    left: 0;
    background: #fff;
    transition: left .2s;
}

#page-main-wrapper {
    position: relative;
    background: #fff;
}

#page-main {
    padding: 40px 0;
    padding-right: 20px;
    font-size: 1.5em;
    min-height: 600px;
    display: flex;
}

#page-main.full-width {
    margin: 0;
    padding-right: 0;
}

#page-main::selection {
    background: #258184;
    color: #fff;
}

#page-main .page-column {
    /*display: table-cell;*/
    vertical-align: top;
    background: #fff;
}

#page-main div.contact-block {
    border: 1px solid #fafafa;
    text-align: center;
    margin: 0 0 1em 0;
}

#page-main .contact-block.expandable {
    border: none;
    text-align: left;
    white-space: pre-line;
}

#page-main .contact-block h2,
#page-main .contact-block h3,
#page-main .contact-block h4 {
    color: #258184;
    color: #25807E; /* WCAG - Contrast Requirement */
    padding: .5em 0;
    border-bottom: 1px solid #fafafa;
    background: #fafafa;
}

#page-main .contact-block h3 {
    padding: 0;
}

#page-main .contact-block.expandable h3 {
    background: transparent;
}

#page-main .contact-block ul {
    padding: .5em 0;
    margin: 0;
    list-style: none;
}

#page-main .contact-block icon.icon-location {
    font-size: 0.8em;
}

#page-main .contact-block .contact-block-row {
    display: flex;
    padding: .5em;
}

#page-main .contact-block .contact-block-row:nth-child(even) {
    background: #fafafa;
}

#page-main .contact-block .contact-block-row>div {
    width: 25%;
    padding-right: 1em;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

#page-main .contact-block .contact-block-row>div:last-child {
    text-align: right;
}

#page-main .contact-block.employee .contact-block-row>div {
    width: 33%;
}

#page-main .contact-block .mailing-address {
    display: inline-block;
    text-align: left;
    font-size: 0.75em;
}

#page-column-single {
    padding: 0 0 0 20px;
    width: 100%;
}

#page-main.full-width #page-column-single {
    padding: 0;
}

#page-column-left {
    /*
    width: 250px;
    min-width: 250px;
    */
    position: relative;
}

#page-column-left.sticky {
    min-width: 250px;
}

#page-column-left #page-column-left-wrapper {
    border-top: 0px solid transparent;
}

#page-column-left #page-column-left-wrapper.sticky {
    position: fixed;
    padding-top: 20px;
    top: 0;
    border-top: 0px solid #efefef;
    background: #fff;
    z-index: 1;
}

#page-column-left #page-column-left-wrapper.bottom {
    position: absolute;
    padding-top: 20px;
    bottom: 0;
    left: 0;
    top: auto;
}

#page-column-left #navigation-left {
    border-right: 1px solid #efefef;
}

#page-column-left #navigation-left ul,
#page-column-left #navigation-left table {
    padding: 0;
    list-style: none;
}

#page-column-left #navigation-left ul li,
#page-column-left #navigation-left table tr {
    width: 250px;
    margin: 0;
}

#page-column-left #navigation-left ul li:empty {
    display: none;
}

#page-column-right {
    padding: 0 0 0 20px;
    width: 100%;
    -ms-flex-negative: 1;
}

#page-column-right li {
    padding: 0 0 .5em 0;
}

#page-column-right li>ul {
    padding-top: .5em;
}

#page-column-left #navigation-left .myepcc-link {
    position: relative;
}

#page-column-left #navigation-left .myepcc-link a {
    padding-bottom: .5em;
}

#page-column-left #navigation-left .myepcc-link img {
    max-width: 90px;
    padding: 0 0 0 .25em;
    display: inline-block;
    margin-bottom: -0.75em;
}

#page-column-left #navigation-left .myepcc-link .fas {
    display: block;
    position: absolute;
    right: 0.25em;
    top: 0.15em;
    color: #258184;
    opacity: .4;
    transition: transform .2s;
    transform-origin: top right;
}

#page-column-left #navigation-left .myepcc-link a:hover .fas {
    opacity: 1;
    transform: scale(1.25) translate(-.15em, .15em);
}


/*
#page-column-right p a,
#page-column-right li a {
    border-bottom: 1px solid #e8e8e8;
    transition: all .1s;
}

#page-column-right p a:hover,
#page-column-right li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #258184;
    background: rgba(40, 134, 136, 0.1);
}
*/

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.button,
a:visited.button {
    color: white;
    text-decoration: none;
}

.button {
    position: relative;
    background-color: #258184;
    color: #FFF !important;
    padding: .5em 1em;
    text-align: center;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
    transition: background-color .2s;
    border-bottom: none;
    margin: 0 auto .5em auto;
    min-width: 250px;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.button:hover,
.button:focus,
#quickLaunchMobileWrapper #quickLaunchToggle:hover {
    text-decoration: none;
    background-color: #7D276F;
}

.button.round {
    border-radius: 1.5em;
    overflow: hidden;
}

.button.large {
    font-size: 1.25em;
}

.button.purple {
    background-color: white;
    color: #258184 !important;
}

.button.reverse,
.button.myepcc,
a:visited.button.reverse,
a:visited.button.myepcc {
    background: transparent;
    color: #248083 !important;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05), 0 0 0 2px #248083 inset;
}


.button.purple:hover,
.button.reverse:hover,
.button.myepcc:hover,
a:visited.button.reverse:hover,
a:visited.button.myepcc:hover{
    background-color: #7D276F;
    color: white !important;
    border-color: #7D276F;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05), 0 0 0 2px #7D276F inset;
}

.button.disabled,
a:visited.button.disabled {
    opacity: 0.6;
    background: #929292;
}

.button icon,
.button span.icon {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5em;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.15);
    font-size: 1.2em;
}

.button.reverse icon {
    background: none;
}

.button.myepcc img{
    max-width: 90px;
    padding: 0 0 0 0.25em;
    display: inline-block;
    margin-bottom: -0.75em;
}

.button.myepcc .fas{
    display: block;
    position: absolute;
    right: 0.25em;
    top: 0.15em;
    color: #258184;
    opacity: .4;
    transition: transform .2s;
    transform-origin: top right;
}

.button.icon-button{
    padding-left: 60px;
}

.button.icon-button .material-symbols-outlined{
    position: absolute;
    left: 0;
    font-size: 1.5em;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 25%);
}

.virtual-assistance-wrapper {
    background: #fafafa;
    padding: 1em;
}

.virtual-assistance-container {
    font-size: 1.25em;
    text-align: center;
}

.virtual-assistance-container a.button {
    display: inline-block;
    width: auto;
    min-width: auto;
    margin: 0 0 0 1em;
    padding-left: 3.75em;
    position: relative;
}

.virtual-assistance-container .button img,
.button-virtual-connect img {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: .5em;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.15);
}

.button-virtual-connect {
    padding-left: 3em;
    position: relative;
}

.contact-block .button-virtual-connect {
    min-width: unset;
    font-size: .75em;
    display: inline-block;
    margin: 0;
}

.modal-body .availability-wrapper {
    margin: 1em 0;
    border: 2px solid #efefef;
}

.modal-body .availability-container {
    width: 100%;
    font-size: 0.9em;
}

.modal-body .day-row {
    display: flex;
    justify-content: space-between;
    padding: .25em .5em;
    white-space: nowrap;
}

.modal-body .day-row:nth-child(even) {
    background: #efefef;
}

.modal-body .day-row>div:first-child {
    margin-right: .5em;
}

.modal-body .day-row .availability-dates {
    display: block;
    font-size: .85em;
    width: 100%;
    text-align: center;
}

#contact {
    position: relative;
    background: #fafafa;
    font-size: 1.5em;
}

#contact .row {
    padding: 1em;
}

#contact h2 {
    margin: 0;
    border: none;
    text-align: center;
}

#contact #myepccWrapper {
    background: #ffffff;
    border-top: 1px solid #fafafa;
}

#contact #myepccWrapper .myepcc-link-text {
    margin: 0;
    padding: 0 1em;
}

#contact #myepccWrapper .myepcc-link-container {
    border-left: 1px dotted #258184;
    padding: 0 1em;
}

#contact #myepccWrapper .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact #contactInfoWrapper {
    display: flex;
    justify-content: space-around;
    margin: 1em auto;
}

#contact #contactInfoWrapper .contact-info {
    margin: 1em 0;
}

#contact #contactInfoWrapper .contact-info p {
    margin: 0;
}

#contact #contactInfoWrapper .contact-info a.location-link {
    color: #525252;
}

#contact #contactInfoWrapper .contact-info a.location-link:hover {
    color: #258184;
}

#contact #contactInfoWrapper .contact-info .icon-location:before {
    margin: 0;
    font-size: 1em;
}

#contact #contactInfoWrapper .contact-info .social-icon {
    display: inline-block;
    font-size: 1.5em;
    margin: 0 .5em 0 0;
    color: #737373;
}

#contact #contactInfoWrapper .contact-info .social-icon:hover {
    color: #258184;
}


/*

#contact .button {
    background: #e2e2e2;
    color: #444;
    box-shadow: none;
    transition: background .2s, color .2s;
}

#contact .button:hover {
    background: #258184;
    color: #fff;
}

*/

#footer {
    position: relative;
    background-color: #258184;
    overflow: hidden;
    padding: .5em 0;
}

#footer a {
    text-decoration: none;
    color: #FFF;
    opacity: 1;
    transition: .2s opacity;
}

#footer a:hover {
    text-decoration: underline;
    color: #FFF;
    opacity: 1;
}

#footer .columns {
    width: 100%;
    border-bottom: 1px dotted #1E7071;
    padding-bottom: 1em;
    display: flex;
}

#footer .column {
    width: 20%;
    padding: 2em 1em 0 1em;
    box-sizing: border-box;
    order: 1;
}

#footer .column.footer-center {
    position: relative;
    left: 37.5%;
    right: auto;
    width: 25%;
    padding: 0;
}

#footer .column.footer-left {
    position: relative;
    right: 25%;
}

#footer .column h3 {
    margin: 0;
    text-transform: uppercase;
    color: #FFF !important;
    font-weight: bold;
}

#footer .column h3 a {
    opacity: 1;
    margin-bottom: .2em;
    display: inline-block;
}

#footer .column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0;
    line-height: 1.6;
    margin-bottom: 1.25em;
}

#footer .column li {
    color: #fff;
    margin-bottom: .25em;
}

#footer #footer-policies,
#footer #footer-identity {
    text-align: right;
}

#footer #footer-logo-container {
    text-align: center;
}

#footer #footer-logo-container img {
    max-width: 150px;
    width: 100%;
}

#footer-logo {
    font-size: 100px;
    color: #FFF;
    text-align: center;
    max-height: 200px;
    overflow: hidden;
    text-shadow: 0px 5px 2px #267A7C;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#footer-logo::before {
    margin: 0;
}

#footer #social-row {
    text-align: center;
    margin-bottom: 15px;
}

#social-row .social-icon {
    display: inline-block;
    color: #FFF;
    margin: 15px 0px 0px 0px;
    padding: 7px;
    border-radius: 5px;
    transition: background .2s;
    text-shadow: 0px 2px 2px #267A7C;
    font-size: 2.0em;
}

#social-row .social-icon:hover {
    background: #287476;
}

#social-row a:hover {
    text-decoration: none;
}

#page-overlay {
    position: fixed;
    right: 100%;
    top: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0);
    cursor: url("/style library/epcc/images/x.png") 0 0, auto;
    transition: background .2s;
}

#page-overlay.show {
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    height: 100vh;
    width: 100vw;
}

.epcc-table-container {
    padding: 1em 1em 0 1em;
    overflow-x: auto;
    margin: 0 auto 1em auto;
    background: #fbfbfb;
    border-radius: 1em;
    max-width: 68vw;
}

.epcc-table-container table.ms-listviewtable td div {
    text-align: left;
}

.epcc-table-container table.ms-listviewtable th {
    vertical-align: top;
}

.epcc-table {
    min-width: 500px;
    width: 100%;
}

.epcc-table tr {
    display: flex;
    padding: .5em;
}

.epcc-table tr:nth-child(even) {
    background: #fafafa;
}

.expandable {
    display: none;
}

.expandable.show {
    display: block;
}

.expandable.show.notice {
    background: rgb(255 188 0 / 5%);
    border-left: 5px solid rgb(255 188 0);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 5%);
}

.expandable .expandable-title {
    background: #fafafa;
    background: linear-gradient(90deg, #fbfbfb, #fafafa); /* WCAG Text contrast fix */
    /* padding: .5em; */
    cursor: pointer;
    margin: 5px 0 0 0;
    transition: background .2s, border-bottom .2s;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 0 solid transparent;
}

.expandable.transparent .expandable-title {
    background: transparent;
}

.expandable.notice .expandable-title {
    background: rgb(255 188 0 / 20%);
    border-bottom: none !important;
}

.expandable .expandable-title:hover {
    background: rgba(40, 134, 136, 0.1);
}

.expandable.open>.expandable-title {
    border-bottom: 4px solid #268083;
}

.expandable .expandable-title a {
    color: #268083;
}

.expandable .expandable-title h3 {
    color: #268083;
    width: 100%;
    font-size: 1em;
    padding: 0.5em;
}

.expandable .expandable-title span.fas {
    color: rgb(0 0 0 / 25%);
    margin-right: 0.5em;
}

.expandable .expandable-title h3 .subtitle {
    font-size: .75em;
    padding: 0 .5em;
    color: #6f6f6f;
}

.expandable .expandable-body {
    display: none;
    padding: .5em;
}

.expandable iframe.iframe-pdf{
    min-width: 100px;
    min-height: 500px;
    border-radius: 1em;
    box-shadow: 0px 0px 10px -5px #000;
}


/* Show expandable content in fields while editing */

.ms-rtestate-write .expandable {
    display: block;
    border: 1px solid #ededed;
}

.ms-rtestate-write .expandable:before {
    content: 'Expandable:';
    font-size: .5em;
    display: block;
    background: #ffe8c6;
    color: #cebda4;
    padding: .25em;
}

#alerts-container {
    background: #980d0d;
    color: #fff;
    position: relative;
    z-index: 2;
}

#alerts-container .row {
    font-size: 1.25em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#alerts-container span {
    padding: .5em 0;
}

#alerts-container .details-link {
    color: #ffffff;
    margin: .5em;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    padding: .5em;
    font-size: .8em;
    transition: background .2s;
}

#alerts-container .details-link:hover,
#alerts-container .details-link:focus {
    background: rgba(0, 0, 0, 1.0);
    text-decoration: none;
}

.modal,
.modal-featured {
    position: fixed;
    font-size: 1.5em;
    box-sizing: border-box;
}

.modal-featured {
    z-index: 900;
}

.modal {
    z-index: 1100;
    /* Main navigation is at 1000 */
    width: 650px;
    right: -650px;
    height: 100%;
    top: 0;
    /* padding: 2.5em 1em 1em 1em; */
    background: #fff;
    overflow: auto;
    transition: right .3s;
}

.modal.open,
.modal-featured.open {
    right: 0;
}

.modal a.modal-close,
.modal-featured a.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background .2s;
}

.modal-featured a.modal-close {
    background: rgba(38, 129, 131, 0.7);
}

.modal-featured a.modal-close img {
    width: 1.25em;
}

.modal-featured a.modal-close:hover {
    background: rgba(38, 129, 131, 1);
}

body.modal-open #page-content {
    transition: all .2s ease-out;
    cursor: auto;
}

.modal .modal-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal .modal-content {
    padding: 1em;
    /* white-space: pre-wrap; */
}

.modal .modal-body {
    position: relative;
    white-space: pre-line;
}

.modal .modal-contact-wrapper {}

.modal .modal-contact-wrapper .modal-contact-row {
    display: flex;
    padding: 0.25em;
}

.modal .modal-contact-wrapper .modal-contact-row:nth-child(even) {
    background: #efefef;
}

.modal .modal-contact-wrapper .modal-contact-row-item:first-child {
    width: 20%;
    flex-shrink: 0;
    font-weight: bold;
}

.modal .modal-content h2:first-child {
    padding-right: 40px;
}

.modal a.modal-child-link {
    text-decoration: none;
    margin: .5em 0;
    background: #fafafa;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em .5em;
    border-left: 4px solid #258184;
    transition: border-left .2s;
}

.modal a.modal-child-link:hover,
.modal a.modal-child-link:focus {
    border-left: 10px solid #B13A9C;
}

.modal a.modal-child-link li {
    border-left: 4px solid #258184;
    margin-right: 5px;
}

.modal a.modal-child-link .leftHeadings {
    font-size: 1.3em;
    font-family: 'Roboto Slab', serif;
    color: #258184;
}

.modal a.modal-child-link .listArrow.icon-right-thin {
    font-size: 1.5em;
    width: 1.3em;
    color: #258184;
}

.modal.iframe,
.modal.iframe .modal-content {
    display: flex;
}

.modal.iframe .modal-content {
    width: 100%;
    flex-direction: column;
}

.modal-featured {
    width: 340px;
    height: 220px;
    right: 0;
    bottom: 0;
    border: 7px solid rgba(255, 255, 255, 0.25);
    border-width: 5px 0 0 5px;
    transition: transform 1.0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.0s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(0.75) translateX(50px) translateY(50px);
    opacity: 0;
}

.modal-featured.open {
    bottom: 0;
    transform: scale(1.0) translateX(0px) translateY(0px);
    opacity: 1;
}

.modal-featured .modal-image {
    flex-grow: 1;
    background-position: 50%;
    background-size: cover;
}

.modal-featured .modal-title {
    position: absolute;
    color: #484848;
    font-weight: bold;
    font-size: 1.15em;
    padding: .25em;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    background: rgba(38, 129, 131, 0.7);
}

.modal-featured .modal-title span.modal-tag {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: .65em;
    background: #fff;
    padding: .25em .5em;
    color: #268183;
    font-weight: normal;
}

.modal-featured .modal-title a {
    color: #fff;
    font-weight: normal;
}

.modal-fullscreen {
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    opacity: 0;
    z-index: 1001;
    transition: opacity .5s;
}

.modal-fullscreen.open {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-fullscreen.open .modal-close {
    position: fixed;
    right: 0;
    top: 0;
    background: #aa3636;
    width: 5.25em;
    height: 5.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-fullscreen .modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: padding-top .5s ease-in-out;
}

.modal-fullscreen .modal-content.full {
    display: block;
    padding-top: 80px;
}

.modal-fullscreen .modal-content .modal-image,
.modal-fullscreen .modal-content .modal-iframe {
    max-width: 95vw;
    max-height: 95vh;
    cursor: zoom-in;
    margin: 0 auto;
    transform: scale(0.9);
    transition: max-width .5s ease-in-out, max-height .5s ease-in-out, transform .25s ease-out;
}

.modal-fullscreen.open .modal-content .modal-image,
.modal-fullscreen .modal-content .modal-iframe {
    transform: scale(1.0);
}

.modal-fullscreen .modal-content.tall .modal-image {
    /*
    max-height: 95vh;
    max-width: initial;
    */
}

.modal-fullscreen .modal-content.full .modal-image,
.modal-fullscreen .modal-content.full .modal-iframe {
    width: auto;
    height: auto;
    max-width: 300vw;
    max-height: 300vh;
    cursor: zoom-out;
}

.modal-fullscreen .modal-video {
    margin: 0 auto;
}

.modal-fullscreen .modal-video video,
.modal-fullscreen .modal-video iframe {
    width: 90vw;
    /* transform: scale(0.90); */
    /* opacity: 0; */
    /* transition: transform 1s ease-in-out, opacity 1s ease-in-out; */
}

.modal-fullscreen .modal-video video {
    max-height: 90vh;
}

.modal-fullscreen .modal-video iframe {
    height: 90vh;
}

.modal-fullscreen.open .modal-video iframe,
.modal-fullscreen.open .modal-video video {
    /* transform: scale(1.0); */
    /* opacity: 1; */
}


.modal-fullscreen .modal-content .modal-iframe{
    box-sizing: border-box;
    margin: 4em;
}

.modal-fullscreen .modal-content .modal-iframe,
.modal-fullscreen .modal-content .modal-iframe iframe{
    width: 100%;
    height: 100%;
}


/* Issue Report Form ++++++++++++++++++++++++++++++*/

.nav-tab-list-misc {
    display: block;
    z-index: 1;
    position: fixed;
    width: 10em;
    bottom: 11em;
    right: 0;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    background: #258184;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    border-bottom: 0px solid #EAD437;
    transition: border-bottom .2s;
}

.nav-tab-list-misc:hover,
.nav-tab-list-misc:focus {
    border-bottom: 5px solid #EAD437;
    color: #fff;
}

.reportIssue {
    color: #fff;
    text-decoration: none;
}

.reportIssue:hover,
.reportIssue:focus {
    color: #fff;
    text-decoration: none;
}

.repField {
    width: 80%;
    padding: 0 .25em;
}

.subRep {
    margin-left: 0px !important;
    border: none !important;
    background-color: #258184 !important;
    color: #fff !important;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.subRep:active,
.subRep:hover {
    background-color: #7C276D !important;
    box-shadow: none;
}

.repOpen {
    right: 650px;
}

#contentMsg {
    color: #b22222;
}

.repSuccess {
    color: #000;
}

.redError {
    border: 1px solid #b22222;
}


/* ------------------------------------------------*/


/* Content Query Web Part +++++++++++++++++++++++++*/

.content-query {
    float: none;
    padding: 0;
}

.content-query .item {
    padding: 0;
    display: flex;
}

.content-query .item {
    padding: .5em;
}

.content-query .item.alternating:nth-child(even) {
    background: #fafafa;
    padding: .5em !important;
}

.content-query .item.two-column>div {
    width: 50%;
}

.content-query .item .title {
    width: 50%;
    padding-right: 2em;
}


/* ----------------------------------------------- */


/* Multi Block CSS ++++++++++++++++++++++++++++++++*/


/*This is the main container*/

.multiBlock_Container {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
}


/*This is a block within the container*/

.multiBlock {
    width: 48%;
}

.multiBlock-30 {
    width: 30%;
}


/*Optional: This is a header inside a block. Good for titles of pictures with text intended below.*/

.headMultiBlock {
    padding: 0 10px;
}


/*Optional: This is a body inside a block. Good for body text, comments, subtext below an image, etc*/

.bodyMultiBlock {
    padding: 10px 0 0 0;
}


/*This is for img tags. It keeps the pictures from becoming funky in responsive. Images best used in head but not mandatory*/

.portraitStyle {
    /* border: 4px solid #fafafa; */
    max-width: 100%;
    max-height: 100%;
}


/* ------------------------------------------------- */

.sharepoint-list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}


/* Sharepoint Overrides ++++++++++++++++++++++++++++ */

.ms-signInLink {
    display: none !important;
}

#s4-workspace {
    overflow: initial;
}

#suiteBarLeft {
    background-color: #222;
}

body.scrolled #ms-designer-ribbon {
    padding-right: 68px;
}

#ms-designer-ribbon {
    position: relative;
    padding-right: 224px;
    background-color: #efefef;
    z-index: 1000;
    display: none;
    transition: padding-right .2s;
}

#ms-designer-ribbon.show {
    display: block;
}

#ms-designer-ribbon #globalNavBox {
    height: auto;
    background-color: rgba(239, 239, 239, 1);
}

#ms-designer-ribbon #pageStatusBar[class],
#ms-designer-ribbon .ms-status-msg {
    margin-bottom: 0;
}

.hide {
    display: none;
}

#DeltaPageStatusBar {
    position: relative;
    z-index: 1;
}

#pageStatusBar[class],
.ms-status-msg {
    margin-bottom: 0;
}


/* Keeps page footer from overlapping page content on pages like List Settings. */

#DeltaPlaceHolderMain {
    display: block;
    /* overflow-x: hidden; */
}

#DeltaPlaceHolderMain.system-page {
    overflow-x: unset;
}

li>a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
li>a.ms-core-listMenu-item:hover,
li>a.ms-core-listMenu-item:active {
    background-color: #e9f3f3;
    background-color: rgba(40, 134, 136, 0.1);
}

.ms-itmHoverEnabled:hover>*,
.ms-headerCellStyleHover,
.ms-headerCellStyleMenuOpen {
    background-color: #e9f3f3;
    background-color: rgba(40, 134, 136, 0.1);
}

.ms-headerCellStylePressed {
    background-color: rgba(40, 134, 136, 0.25);
}

.ms-itmHoverEnabled:hover .ms-list-itemLink-td {
    background-color: rgba(40, 134, 136, 0.1);
}

.s4-itm-selected .ms-list-itemLink-td,
.s4-itm-selected:hover .ms-list-itemLink-td {
    background-color: rgba(40, 134, 136, 0.35);
}

.s4-itm-selected>.ms-vb-imgFirstCell.ms-vb-imgFirstCell {
    background-color: #258184;
    border-right-color: rgba(40, 134, 136, 0.2);
}

.s4-itm-selected>*,
.s4-itm-selected:hover>* {
    background-color: rgba(40, 134, 136, 0.2);
}

.ms-listviewtable {
    width: 100%;
}

.ms-alternating,
.ms-alternatingstrong {
    background: #fafafa;
}

h2,
.ms-h2 {
    font-size: 1.6em;
    border-bottom: 1px solid #ddd;
    padding: 0 0 .2em 0;
    margin: 0 0 .5em;
}

h3,
.ms-h3 {
    font-size: 1.3em;
}

h4,
.ms-h4 {
    font-size: 1.15em;
}

input[type=button],
input[type=reset],
input[type=submit],
button {
    font-size: 1em;
}

.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2,
h2.ms-webpart-titleText>a,
.ms-rtestate-field h4,
h4.ms-rteElement-H4 {
    color: #258184;
}

div[class*="ExternalClass"] img,
#SPFieldURL img {
    max-width: 100%;
}

.ms-vh-selectAllIcon:hover {
    background-color: rgba(40, 134, 136, 0.1);
}

table.ms-listviewtable th {
    font-size: 1em;
    font-weight: bold;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #ddd;
}

table.ms-listviewtable th a {
    color: #444;
}

.ms-headerCellStyleIcon:hover {
    border-bottom-color: #258184;
}

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText>a {
    font-family: 'Roboto Slab', serif;
}

p,
.ms-rtestate-field p,
p.ms-rteElement-P {
    margin: 0px 0px 1em 0px;
}

#appsTable,
#idStorefrontLayoutRoot,
.ms-settingsframe,
.ms-siteSettings-root,
.propertysheet,
.ms_designnavigationmenu {
    font-size: 0.75em;
}

.ms-dialog nav,
.ms-dialog nav,
.ms-dialog .ribbon-toggle {
    display: none;
}

.ms-dialog #page-main,
.ms-dialog .propertysheet {
    /* font-size: 1em; */
}

.ms-dialog #page-column-left,
.ms-dialog #nav-main,
.ms-dialog #page-header,
.ms-dialog #page-title-container {
    display: none !important;
}

.ms-formtable td.ms-formbody {
    width: 90%;
}

.ms-formlabel {
    white-space: normal;
}

.ms-webpartzone-cell,
.ms-webpart-cell-vertical,
.ms-webpart-chrome-vertical {
    /* background: #fff; */
    background: transparent;
    display: block;
}

.ms-srch-siteSearchResults {
    float: none;
}

div#AutoCompContainer {
    top: 1.9em;
}

.ms-srch-hover-outerContainer {
    display: none !important;
}

.ms-srch-item {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    border-top: 1px solid #efefef;
    padding: .75em 0.25em;
}

.ms-srch-bestBetItem {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.ms-srch-item-path {
    margin: .5em 0 0 0;
    word-break: break-all;
    width: 100%;
    box-sizing: border-box;
}

.ms-srch-item-body {
    display: block;
}

.ms-srch-item-deepLinks {
    display: none;
}

.ms-srch-ellipsis {
    white-space: normal;
}

.ms-srch-upscope-top,
.ms-srch-upscope-bottom {
    display: none !important;
}

.ms-srch-sb-border,
.ms-srch-sb-border:hover,
.ms-srch-sb-borderFocused {
    border: none;
    display: flex;
    align-items: center;
    position: relative;
}

#SearchBox.ms-floatLeft {
    float: none;
}

.ms-srch-sbLarge>input,
.ms-srch-sbLarge>input:focus {
    display: block;
    width: 100%;
    border: 1px solid #258184;
    padding: 0 .25em;
    font-size: 1em;
    margin: 0;
    box-sizing: border-box;
}

.ms-srch-sbLarge {
    z-index: 1;
    background-color: #fff;
}

.ms-srch-sbLarge>.ms-srch-sb-searchLink {
    height: 2em;
    width: 2em;
}

.ms-srch-sbLarge-searchImg,
.ms-srch-sbLarge-searchImg:hover {
    left: -48px;
    top: 4px;
    position: absolute;
}

.ms-srch-sb-searchLink:hover,
.ms-srch-sb-navLink:hover {
    background-color: transparent;
}

#ResultFooter #PreferencesLink {
    display: none;
}

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText>a {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.ms-core-listMenu-root {
    /*display: none;*/
    animation: fade-in-opacity .1s forwards;
}

.ms-core-listMenu-root.show {
    display: block;
}


/* Hide nested menus in left navigation Quicklaunch */


/*
.ms-core-listMenu-root>li>ul {
    display: none;
}
*/

ul.dfwp-list {
    padding-left: 40px;
    list-style-type: initial;
}

ul.dfwp-list li {
    padding: 0 !important;
}

.ms-listviewtable .ms-core-menu-box {
    top: auto !important;
    /* Correct vertical positioning of list item '...' menu */
}

.ms-rte-wpbox {
    /* overflow-x: auto; */
}

table.ms-listviewtable,
table.ms-listviewtable tbody,
table.ms-listviewtable tr,
.ms-listviewtable .ms-itmhover,
table.ms-listviewtable th,
table.ms-listviewtable td {
    white-space: normal;
}

table.ms-listviewtable th,
table.ms-listviewtable td {
    /*max-width: 400px;*/
}

img.ms-vb-icon-overlay {
    margin-top: -9px;
    position: relative;
    display: block;
}

.ms-numHeader {
    text-align: left;
}

span.ms-commentcollapse-iconouter,
span.ms-commentexpand-iconouter {
    width: auto;
    height: auto;
    vertical-align: bottom;
}

span.ms-commentcollapse-iconouter>img,
span.ms-commentexpand-iconouter>img {
    display: block;
}

span.ms-commentcollapse-iconouter>img,
span.ms-commentexpand-iconouter>img,
tbody[groupstring] a>img {
    position: relative;
    top: auto;
    left: auto;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    padding: 0 0 0px 25px;
    box-sizing: border-box;
    margin-right: .5em;
    border-radius: 100%;
    transition: transform .2s, background-color .2s;
    background-color: #000;
    vertical-align: bottom;
}

span.ms-commentcollapse-iconouter>img,
tbody[groupstring] a>img[src*="minus.gif"] {
    background-image: url('/style library/epcc/images/minus.png');
    transform: rotate(0deg);
    background-color: #7D276F;
}

span.ms-commentexpand-iconouter>img,
tbody[groupstring] a>img[src*="plus.gif"] {
    background-image: url('/style library/epcc/images/plus.png');
    transform: rotate(-90deg);
    background-color: #258184;
}

tbody[groupstring] a>img:before {
    content: '\e804';
    display: block;
    height: 10px;
    width: 10px;
    background: #000;
}

.ms-gb {
    border-bottom: 1px solid #efefef;
    padding: 0 0 5px 0;
}

.ms-gb a,
.ms-gb2 a {
    color: #258184;
}


/* Term Store Management Table */

.TmtContentTable {
    font-size: 13px;
}


/* Summary Link Web Part group headers */

.slm-layout-main .groupheader {
    font-family: 'Roboto Slab', serif;
    color: #258184;
    font-size: 1.3em;
    font-weight: normal;
}


/* Left Nav Edit Links link */

.ms-core-listMenu-verticalBox .ms-listMenu-editLink {
    border: none;
}

input.ms-navedit-editButton {
    height: auto;
}


/* List View search field */

input.ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline,
.ms-InlineSearch-Outline-Baseline {
    height: auto;
}


/* Calendar View Web Part */


/*
.ms-acal-rootdiv {
    margin-left: 0;
}

.ms-acal-rootdiv span {
    width: 11vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ms-acal-sdiv .ms-acal-title {
    text-overflow: ellipsis;
}
*?

/* List Web Part */

.ms-vb a.ms-listlink,
.ms-vb2 a.ms-listlink,
.ms-vb-user a.ms-listlink,
.ms-vb a.ms-listlink:visited,
.ms-vb a.ms-listlink:visited:hover {
    color: #0072c6;
    text-decoration: none;
}

/* Date input minimum size for WCAG */
.ms-dtinput > a {
    display: inline-block;
    min-width: 25px;
    min-height: 25px;
}

/* WCAG - Text Contract Requirements */
.ms-metadata, .ms-descriptiontext {
    color: #666;
}

body#ms-error-body{
    background: #fff;
}


/* --------------------------------------------------- */


/* CSS3 Loading Spinner +++++++++++++++++++++++++++++++++ */

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #258184;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* --------------------------------------------------- */


/* Font Awesome ++++++++++++++++++++++++++++++++++++++ */

.fas,
.fab,
.fa-solid {
    font-style: normal;
}

.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Solid';
    font-weight: 900;
}

.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fa-external-link-alt::before {
    content: "\f35d";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-comments::before {
    content: "\f086";
}

.fa-clock::before {
    content: "\f017";
}

.fa-link::before {
    content: "\f0c1";
}

.fa-share-alt::before {
    content: "\f1e0";
}

.fa-external-link-square-alt::before {
    content: "\f360";
}

.fa-facebook::before {
    content: "\f09a";
}

.fa-twitter::before {
    content: "\f099";
}

.fa-angle-right::before {
    content: "\f105";
}

.fa-arrow-rotate-right::before {
    content: "\f01e";
}

.fa-arrow-rotate-left::before {
    content: "\f0e2";
}

.fa-play::before {
    content: "\f04b";
}

.fa-circle-play::before {
    content: "\f144";
}

.fa-location-dot::before {
    content: "\f3c5";
}

.fa-magnifying-glass-plus::before {
    content: "\f00e";
}

.fa-magnifying-glass-minus::before {
    content: "\f010";
}

.fa-palette::before {
    content: "\f53f";
}

.fa-font::before {
    content: "\f031";
}

.fa-maximize::before {
    content: "\f31e";
}

.fa-minimize::before {
    content: "\f78c";
}

.fa-image::before {
    content: "\f03e";
}

.fa-images::before {
    content: "\f302";
}

.fa-left-right::before {
    content: "\f337";
}

.fa-up-down::before {
    content: "\f338";
}

.fa-file-pdf::before {
    content: "\f1c1";
}


/* --------------------------------------------------- */


/* Responsive Rules */


/* !Rows, Widest to Thinest */

@media screen and (min-width: 1500px) {
    .row {}
}

@media screen and (max-width: 1500px) {
    .row {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #page-header {
        background-attachment: scroll;
    }

    .epcc-table-container {
        max-width: 57vw;
    }
}

@media screen and (max-width: 768px) {
    .row {
        width: 100%;
    }

    #page-header-logo-container {
        flex-direction: column-reverse;
        height: auto;
        display: flex;
    }

    #page-header-logo {
        width: 100%;
        height: 65px;
        padding: 0 0 0 15px;
        text-align: left;
    }

    #page-header-logo img.full {
        display: none;
    }

    #page-header-logo img.mobile {
        display: inline-block;
        width: auto;
        height: 65px;
    }

    #page-header.compact .row {
        padding: 0 0 0 5%;
    }

    #page-header-text-container {
        width: 90%;
        padding: 16em 0 12em 0;
    }

    #page-header-text-container.slim {
        padding: 9.5em 0 5.5em 0;
    }

    #page-header-text-container #page-title {
        font-size: 2.5em;
    }

    #page-main {
        padding: 1em 5%;
        display: block;
    }

    #page-main.full-width {
        padding: 0;
    }

    #page-main .page-column {
        display: block;
        width: 100%;
        padding: 0;
    }

    #page-main .contact-block {
        text-align: center;
    }

    #page-column-left #page-column-left-wrapper.sticky {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

    #page-column-left #navigation-left {
        border-right: none;
    }

    #page-column-left #navigation-left ul li {
        width: auto;
    }

    #page-main #page-column-right {
        padding: 0;
    }

    #page-main .contact-block .contact-block-row,
    #page-main .contact-block .contact-block-row>div,
    #page-main .contact-block .contact-block-row>div:last-child {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    #page-main .contact-block .contact-block-row>div{
        padding: 0;
    }

    #page-main .contact-block .contact-block-row>div:nth-child(2) {
        /* display: none; */
    }

    #page-main .contact-block.employee .contact-block-row,
    #page-main .contact-block.employee .contact-block-row>div,
    #page-main .contact-block.employee .contact-block-row>div:nth-child(2) {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .virtual-assistance-container a.button {
        margin: 0.5em 1em 0 1em;
    }

    #contact #myepccWrapper .row {
        display: block;
        text-align: center;
    }

    #contact #myepccWrapper .myepcc-link-container {
        border: none;
        padding: 1em 1em 0 1em;
    }

    #contact #contactInfoWrapper {
        display: block;
        text-align: center;
    }

    #footer .columns {
        flex-wrap: wrap;
    }

    #footer .column {
        width: 50%;
    }

    #footer #footer-audience,
    #footer #footer-policies {
        text-align: right;
        border-right: 1px dotted #1E7071
    }

    #footer #footer-identity {
        text-align: left;
    }

    #footer #footer-logo-container {
        flex: 0 0 100%;
        order: 0;
    }

    #footer-logo {}

    .modal.open {
        width: 100%;
    }

    #alerts-container .row {
        padding: 0 75px;
    }

    #page-main.full-width .page-header-alert {
        flex-direction: column;
        padding-right: 4em;
        align-items: start;
        text-align: left;
    }

    #page-main.full-width .alert-message {
        white-space: normal;
    }

    #page-main.full-width .page-header-alert a {
        margin: .5em 0;
    }

    .modal .modal-contact-wrapper .modal-contact-row-item:first-child {
        width: 35%;
    }

    .modal-featured {
        width: 100%;
        height: auto;
        box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.1);
        padding-right: 3em;
        background: #fff;
        border-color: #277c7b;
        border-width: 5px;
        transform: scale(1.0) translateX(0px) translateY(50px);
    }

    .modal-featured .modal-title {
        position: relative;
        bottom: auto;
        background: transparent;
    }

    .modal-featured .modal-title a {
        color: #268183;
    }

    .modal-featured .modal-title span.modal-tag {
        background: #277c7c;
        color: #fff;
    }

    .expandable .expandable-title h3 .subtitle {
        display: block;
        padding: 0;
    }

    .epcc-table-container {
        box-shadow: inset 0px 0px 5px rgb(0 0 0 / 10%);
        max-width: 89vw;
    }

    /* Multi Block CSS ++++++++++++++++++++++++++++++++++++ */
    .multiBlock_Container {
        display: block;
    }

    .multiBlock,
    .multiBlock-30 {
        width: 100%;
    }

    /* ---------------------------------------------------- */
    /* Sharepoint Overrides +++++++++++++++++++++++++++++++ */
    #ms-designer-ribbon {
        padding-right: 68px;
    }

    #suiteLinksBox {
        display: none;
    }

    table.ms-listviewtable tr {
        /*border-top: 1px solid #ddd;*/
    }

    .ms-listviewtable .ms-gb,
    .ms-listviewtable .ms-gb2 {
        margin-top: .5em;
    }

    /*
    table.ms-listviewtable,
    table.ms-listviewtable tbody,
    table.ms-listviewtable tr,
    .ms-listviewtable .ms-itmhover,
    table.ms-listviewtable th,
    table.ms-listviewtable td {
        word-break: break-word;
        white-space: normal;    
        height: auto;
        table-layout: fixed;
        text-overflow: ellipsis;
        overflow: hidden;
        width: auto;
    }
    */
    /*
    table.ms-listviewtable,
    table.ms-listviewtable tbody,
    table.ms-listviewtable tr,
    .ms-listviewtable .ms-itmhover,
    table.ms-listviewtable th,
    table.ms-listviewtable td {
        display: block;
        height: auto;
        word-break: break-word;
    }
    */
    table.ms-listviewtable th,
    table.ms-listviewtable td {
        max-width: 100%;
    }

    table.ms-listviewtable th {
        font-size: 1em;
        font-weight: bold;
        color: #777;
        font-family: 'Open Sans', sans-serif;
        border-bottom: none;
    }

    /*
    .ms-acal-rootdiv div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: .85em;
    }
    */
    /* ----------------------------------------------------- */
}

@media print {
    body {
        /* font-size: 1em; */
        font-size: 0.5em;
    }

    h2 {
        /* font-size: 1.2em; */
    }

    h3 {
        /* font-size: 1.1em; */
    }

    nav {
        display: none !important;
    }

    table.ms-listviewtable {
        border: 1px solid #ddd;
    }

    #contact .button {
        display: none;
    }

    #footer {
        display: none;
    }

    header#page-header::after,
    #page-title-container::after {
        display: block;
        position: absolute;
        right: 2em;
        top: 2em;
        width: 8em;
        height: 8em;
        background-image: url(https://www.epcc.edu/style%20library/epcc/images/epcc_logo_white.svg);
        content: '';
        background-color: #268184;
        background-position: center;
        background-size: contain;
        border-radius: 100%;
    }

    #page-main {
        /* font-size:1em; */
        padding-right: 0;
        padding-top: 0;
    }

    #page-column-right {
        padding: 0;
    }

    #page-header-text-container {
        width: auto;
        padding: 0;
        text-shadow: none;
    }

    #page-title {
        font-size: 4.5em;
        text-shadow: none;
        padding-right: 3em;
        color: #258184;
        line-height: initial;
    }

    #page-title-container {
        font-size: .675em;
    }

    #page-title-container h1 {
        font-size: 4.5em;
        padding-right: 3em;
    }

    #page-header {
        max-width: 1500px;
        margin: 0 auto;
        text-align: left;
        z-index: 1;
    }

    #page-header,
    #page-title-container {
        margin-bottom: 5em;
        padding-top: 2em;
    }

    #page-header-background {
        display: none;
    }

    #page-header-overlay {
        display: none;
    }

    #page-header-logo-container {
        display: none;
    }

    #page-header.compact {
        display: none;
    }

    #breadcrumb-container {
        display: none;
    }

    #page-column-left {
        display: none
    }

    #page-main .contact-block h2,
    #page-main .contact-block h3,
    #page-main .contact-block h4,
    a.button,
    .ms-alternating,
    .newsImage,
    #contact,
    header#page-header::after,
    #page-title-container::after {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .galleryContainer {
        display: none !important;
    }

    .expandable-body {
        display: block !important;
    }

    .expandable .expandable-title a {
        display: none;
    }

    .expandable.open>.expandable-title {
        border: none;
    }

    .livestream-wrapper,
    .ribbon-toggle {
        display: none;
    }

    /*----------News Feed CSS-------------*/
    .newsContainer,
    .newsContainerPrimary,
    .newsContainerSecondary,
    .newsBlock {
        display: block !important;
        width: 100% !important;
        font-size: 1em !important;
    }

    .newsContainerPrimary .newsBlock,
    .newsContainerSecondary .newsBlock {
        min-height: auto !important;
        margin-right: 0 !important;
        margin: .5em 0 !important;
    }

    a.articleLink {
        align-items: stretch !important;
    }

    .newsImage {
        position: relative !important;
        width: 7em !important;
        min-height: 7em !important;
    }

    .titleBox {
        background: #258184 !important;
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    /*----------Program Browser CSS-------------*/
    #filtersContainer {
        display: none !important;
    }

    #programsBrowser .program .discipline,
    .photo,
    #programsBrowser .icon,
    .category {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    /*----------Maps CSS-------------*/
    .map-label,
    #map-wrapper #location {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    #map-column-left {
        display: none;
    }
}